Klasse ExceptionData
java.lang.Object
com.inet.pdfc.error.ExceptionData
- Alle implementierten Schnittstellen:
com.inet.error.HasErrorCode
- Bekannte direkte Unterklassen:
PresenterExceptionData
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungExceptionData(int errorCode, String errorClass, String message, String stack) Creates an instance for aThrowable -
Methodenübersicht
-
Konstruktordetails
-
ExceptionData
Creates an instance for aThrowable- Parameter:
errorCode- the error code if any, hence -1. ErrorCodes are well defined to the application and each plug-in so please don't guess this value. When in doubt, use -1.errorClass- the full qualified class name of the original exception classmessage- the message of the exceptionstack- the stack of the exception- Seit:
- 4.0
-
-
Methodendetails
-
getErrorClass
-
getErrorCode
public int getErrorCode()Returns the error code or -1 if there originalThrowablehad none- Angegeben von:
getErrorCodein Schnittstellecom.inet.error.HasErrorCode- Gibt zurück:
- the error code or -1
- Seit:
- 4.0
-
toString
-
getMessage
Returns the message of the root cause- Gibt zurück:
- the message of the root cause, may be
nulle.g. for aNullPointerException - Seit:
- 4.0
-
getStack
-
equals
-